.findedge {
  padding: 15px;
  background-color: #eeeeee;
}

.findedge .btn {
  box-shadow: none !important;
  padding: 5px 10px;
  border: 2px solid #82949e;
  background-color: #8fd260 !important ;
  border-color: #8fd260 !important;
  outline-color: #8fd260 !important;
  color: #000;
}

.findege .btn.edge {
  box-shadow: none !important;
  background-color: #8fd260 !important;
  color: #1a1a1a;
  border-color: #8fd260;
  outline-color: #8fd260;
}

.findedge .btn:hover,
.findedge .btn:active,
.findedge .btn:focus {
  text-decoration: none;
  background-color: #8fd260;
  border: 2px solid #8fd260;
  color: #fff;
  outline-color: #8fd260;
}

.findedge .form-control {
  border: 1px solid #e5e5e5;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  background: transparent;
  height: 34px;
  background-color: #fff;
}

.findedge select {
  border: none;
  background-color: #fff;
  color: #007aba;
  font-weight: bold;
  font-family: "Proxima-Nova";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 12px;
  padding: auto 20px;
  outline-color: #007aba;
  text-indent: 10px;
  max-width: 100%;
  min-width: 100%;
}

.findedge option {
  color: #007aba;
  padding: auto 20px;
  font-weight: bold;
  font-family: "Proxima-Nova";
  font-size: 16px;
  line-height: 18px;
  text-indent: 10px;
}

.findedge h1 {
  color: #000000;
  font-family: "Proxima-Nova";
  font-weight: bold;
  letter-spacing: -1.07px;
  font-size: 23px;
  line-height: 25px;
  text-shadow: 0 1px 23px 0 #ffffff;
  margin: 20px 0 1rem 0;
  padding: 0;
}

.findedge p {
  color: #000000;
  font-family: "Proxima-Nova";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.findedge p.validation {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}

.findedge button {
  margin-left: 0;
}
.findedge label {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Proxima-Nova";
  letter-spacing: 0;
  line-height: 16px;
  min-width: 100px;
}
.edgebg {
  background-color: transparent;
  transition: background-image 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}

.imgHolder,
.greybg1,
.greybg2,
.greybg3,
.greybg4 {
  background-color: #eeeeee;
}
.greybg1 {
  margin-top: 2.8rem;
}
.greybg2 {
  padding-top: 1rem;
}
.greybg4 {
  padding-bottom: 3rem;
}
.mobile_edge_view {
  margin-top: 2rem;
}
@media screen and (min-width: 321px) {
  .greybg1 {
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 376px) {
  .greybg1 {
    margin-top: 6.7rem;
  }
}
@media screen and (min-width: 426px) {
  .greybg1 {
    background-color: transparent;
  }
  .mobile_edge_view {
    margin: 1.8rem auto;
  }
  .findedge h1 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .findedge label {
    font-size: 16px;
    line-height: 18px;
  }
  .findedge select {
    min-width: 30rem;
  }
}

@media screen and (min-width: 769px) {
  .greybg1,
  .greybg2,
  .greybg3,
  .greybg4 {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
  }

  .findedge h1 {
    font-size: 45px;
    letter-spacing: -1.85px;
    line-height: 48px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .findedge select,
  .findedge #findEdge {
    margin-left: 2rem;
  }
  .mobile_edge_view {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .findedge {
    padding: 60px 30px;
  }
  .greybg1,
  .greybg2,
  .greybg3,
  .greybg4 {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
  }
  .greybg1 {
    margin-bottom: 3rem;
  }
  .greybg2 {
    margin-top: 0;
  }
  .edgebg {
    background-size: cover;
    background-position: center center;
  }
  .findedge h1 {
    font-size: 45px;
    letter-spacing: -1.85px;
    line-height: 48px;
  }
  .findedge p {
    color: #000000;
    font-family: "Proxima-Nova";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .findedge select,
  .findedge #findEdge {
    margin-left: auto;
  }
}
